home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tex / style / misc / draftcop.sty < prev    next >
Text File  |  1995-11-25  |  317b  |  9 lines

  1.  
  2. % Prints a large "DRAFT" diagonally across each page
  3. % Does not show up in TeXview 
  4.  
  5. \typeout{Prints "DRAFT" on each page; does not show in TeXView}
  6. \special{!userdict begin /bop-hook{gsave 200 30 translate
  7. 65 rotate /Times-Roman findfont 216 scalefont setfont
  8. 0 0 moveto 0.85 setgray (DRAFT) show grestore}def end}
  9.